const runtime._DT_NULL

2 uses

	runtime (current package)
		vdso_linux.go#L28: 	_DT_NULL     = 0          /* Marks end of dynamic section */
		vdso_linux.go#L137: 	for i := 0; dyn[i].d_tag != _DT_NULL; i++ {